home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Original Shareware 1.1
/
The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso
/
32
/
iq.zip
/
RUN_CD.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-01-12
|
583b
|
23 lines
echo off
CLS
FIND1
IF errorlevel 7 GOTO BASICA
IF errorlevel 8 GOTO GW
CLS
ECHO This program is written in BASIC. While trying to run this program
ECHO neither BASICA nor GWBASIC was found. Make sure your system has
ECHO one of these two programs, also make sure that they are in one
ECHO of the directories defined in the PATH. If this message is too
ECHO technical contact the dealer or store that provided you with this
ECHO product for an explanation. SORRY..........
PAUSE
GOTO END
:BASICA
BASICA.EXE IQ.BAS
GOTO END
:GW
GWBASIC.EXE IQ.BAS
:END
CD\
CLS